home *** CD-ROM | disk | FTP | other *** search
- // --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- //
- // STDAFX.H
- // VBX Studio 2.0
- // 18-jul-95
- // «HEXANET, COPYRIGHT HEXANET 1993-1995, ALL RIGHTS RESERVED
- // EMail: hnet@dialup.francenet.fr / CIS: 100333,27
- // HexaNet SW - BP 385.16 - 75768 PARIS CDX 16 - FRANCE
- //
- // You can distribute this file as long as you distribute
- // the full VBX Studio package.
- // --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- // You can use this sample file as you want.
- // --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- #ifdef _WIN32
- #ifndef _WINDOWS
- #define _WINDOWS
- #endif
- #endif
-
- #ifdef _WINDOWS
- #ifndef __AFXWIN_H__
- #include <afx.h> // MFC core and standard components
- #include <afxwin.h>
- #include <afxext.h>
- #endif
- #ifndef _WIN32
- #ifndef _INC_TOOLHELP
- #include <toolhelp.h>
- #endif
- #endif
- #else
- #ifndef __AFX_H__
- #include <afx.h> // MFC core and standard components
- #endif
- #ifndef _INC_MALLOC
- #include <malloc.h>
- #endif
- #ifndef _INC_STDIO
- #include <stdio.h>
- #endif
- #endif
- #ifndef _INC_CTYPE
- #include <ctype.h>
- #endif
- #ifndef _INC_STDLIB
- #include <stdlib.h>
- #endif
- #ifndef _INC_STRING
- #include <string.h>
- #endif
- #ifndef _INC_MATH
- #include <math.h>
- #endif
- #ifndef _INC_TYPES
- #include <sys\types.h>
- #endif
- #ifndef _INC_STAT
- #include <sys\stat.h>
- #endif
- #ifndef _INC_DIRECT
- #include <direct.h>
- #endif
- #ifndef _INC_DOS
- #include <dos.h>
- #endif
- #ifndef _INC_ERRNO
- #include <errno.h>
- #endif
- #ifndef _INC_MEMORY
- #include <memory.h>
- #endif
- #ifndef _INC_IO
- #include <io.h>
- #endif
- #ifndef _INC_TIME
- #include <time.h>
- #endif
- #ifndef _INC_FCNTL
- #include <fcntl.h>
- #endif
- #ifndef _INC_LIMITS
- #include <limits.h>
- #endif
- #ifdef _WIN32
- #ifndef _INC_PROCESS
- #include <process.h>
- #endif
- #endif
- #ifndef _CSTR_H
- #include <CSTR30.H>
- #endif
- // -------------------------------------------------------------------------------------------
- // VBX Studio 2.0 dependencies
- #include <vbxstd20.h>